home *** CD-ROM | disk | FTP | other *** search
- |doonerror|
- windowtitle `DoOnError "RoutineName" {,Arg1,...,Arg10}
- printlf `Performs the specified Routine if an error
- printlf `occurs in the script being performed. This
- printlf `will supersede the error handling done by
- printlf `CanDo.`
- end
-
- |iferror|
- windowtitle `IfError...{else}...endif`
- printlf `Used to detect an error following
- printlf `a scripting command. If the previous
- printlf `command caused an error, the IfError
- printlf `commands will execute.`
- end
-